home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / docs / misc / ConcNews.lha / news / amiga.compilers / comp.sys.amiga.programmer_6305_000024.msg < prev    next >
Encoding:
Text File  |  1994-11-27  |  2.0 KB  |  38 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: dd.chalmers.se!news.chalmers.se!sunic!EU.net!howland.reston.ans.net!europa.eng.gtefsd.com!emory!news-feed-1.peachnet.edu!concert!sas!mozart.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: Problems with SCMSG
  5. Originator: walker@twix.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <CLL7xn.806@unx.sas.com>
  8. Date: Mon, 21 Feb 1994 18:41:45 GMT
  9. References:  <CLKypA.5Jt@mail.auburn.edu>
  10. Nntp-Posting-Host: twix.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 31
  13.  
  14.  
  15. In article <CLKypA.5Jt@mail.auburn.edu>, beckwwp@eng.auburn.edu (Wendell P. Beckwith) writes:
  16. |> >I have a small ARexx script called "BuildSAS.edge" that is executed with a
  17. |> >keypress from within Edge. It works as desired, getting the current portname,
  18. |> >storing it in SCMSG's environment file, then calling SCMSG, then telling it to
  19. |> >build after setting up a PROJDIR environment variable. I have the SCMSG window
  20. |> >opening on EDGE's screen. The problem that I'm having is that the browser
  21. |> >isn't seeming to send out the ARexx messages specified. For example, an
  22. |> >ARexx-script-modified SCMSG environment file looks like:
  23. |> 
  24. |> I have recently gotten Edge and I'm trying to learn Arexx to get it to
  25. work with SASC/C++ 6.51.  I also have the SCMSG window popping up on the
  26. Edge screen.  However I can't find any information on setting up a PROJDIR
  27. enviromental variable, except f r a |> small paragraph in the SCMSG utility
  28. documentation that says if I double-click on BUILD then one is created for
  29. me automatically.  Can someone explain what a PROJDIR enviromental variable
  30. is and how to set one up?  |>
  31.  
  32. Just put a pathname into a file called ENV:SC/PROJDIR and the builds
  33. that SCMSG invokes will be invoked in that directory.
  34.  
  35. BTW, I suggest using a somewhat shorter line length.  259 characters
  36. is a little more than most editors/news readers can display well.
  37. Try 80 or less.
  38.